'Declaration Public Function New( _
ByVal leftArgumentThe left argument.As Analyzer(Of TTarget,TValue), _
ByVal comparisonOperatorThe comparison operator.As ComparisonOperator, _
ByVal rightArgumentThe right argument.As Analyzer(Of TTarget,TValue) _
)
public AnalyzerResultsComparer<TTarget,TValue>(
Analyzer<TTarget,TValue> leftArgument,
ComparisonOperator comparisonOperator,
Analyzer<TTarget,TValue> rightArgument
)
public: AnalyzerResultsComparer<TTarget,TValue>(
Analyzer<TTarget,TValue*>* leftArgument,
ComparisonOperator comparisonOperator,
Analyzer<TTarget,TValue*>* rightArgument
)
public:
AnalyzerResultsComparer<TTarget,TValue>(
Analyzer<TTarget,TValue^>^ leftArgument,
ComparisonOperator comparisonOperator,
Analyzer<TTarget,TValue^>^ rightArgument
)
Parameters
- leftArgument
- The left argument.
- comparisonOperator
- The comparison operator.
- rightArgument
- The right argument.